| Server IP : 198.38.84.71 / Your IP : 216.73.217.138 Web Server : Apache System : Linux 198-38-84-71.cprapid.com 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64 User : vyaparmandaljobn ( 1020) PHP Version : 8.3.31 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /etc/apache2/conf.modules.d/ |
Upload File : |
# EXAMPLE: # # LoadModule ruid2_module modules/mod_ruid2.so # User apache # Group apache # RMode stat # RGroups apachetmp # RDocumentChRoot /home /example.com/public_html # # NameVirtualHost 192.168.0.1 # <VirtualHost example.com> # ServerAdmin webmaster@example.com # RDocumentChRoot /home /example.com/public_html # ServerName example.com # ServerAlias www.example.com # RMode config # unnecessary since config is the default # RUidGid user1 group1 # RGroups apachetmp # # <Directory /home/example.com/public_html/dir> # RMode stat # </Directory> # # <Directory /home/example.com/public_html/dir/test> # RMode config # RUidGid user2 group2 # RGroups groups1 # </Directory> # # <Directory /home/example.com/public_html/dir/test/123> # RUidGid user3 group3 # </Directory> # # <Location /yustadir> # RMode config # RUidGid user4 user4 # RGroups groups4 # </Location> # # </VirtualHost> # # <VirtualHost example.net> # ServerAdmin webmaster@example.net # DocumentRoot /home/example.net/public_html # ServerName example.net # ServerAlias www.example.net # </VirtualHost> LoadModule ruid2_module modules/mod_ruid2.so #<IfModule mod_ruid2.c> # RMode stat # RGroups @none #</IfModule>